home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / faq / comp / linux / info_she next >
Text File  |  1994-04-06  |  27KB  |  548 lines

  1. Newsgroups: comp.os.linux.announce,comp.os.linux.help,comp.answers,news.answers
  2. Path: bloom-beacon.mit.edu!hookup!news.kei.com!MathWorks.Com!solaris.cc.vt.edu!news.ans.net!paperboy.amoco.com!apctrc!msc.edu!news.stolaf.edu!lars.acc.stolaf.edu!johnsonm
  3. From: johnsonm@stolaf.edu
  4. Subject: Linux INFO-SHEET
  5. Message-ID: <1994Apr6.093727.10548@news.stolaf.edu>
  6. Followup-To: poster
  7. Summary: This posting contains a quick summary of the features and abilities
  8.          of the Linux operating system.  It is a supplement to the
  9.          comp.os.linux.announce FAQ and META-FAQ, and should be read by
  10.          those wishing to learn about and/or install Linux.
  11. Originator: johnsonm@lars.acc.stolaf.edu
  12. Keywords: linux info
  13. Sender: news@news.stolaf.edu
  14. Reply-To: johnsonm@sunsite.unc.edu
  15. Organization: St. Olaf College; Northfield, MN  USA
  16. Date: Wed, 6 Apr 1994 09:37:27 GMT
  17. Approved: linux-announce@tc.cornell.edu (Matt Welsh)
  18. Lines: 527
  19. Xref: bloom-beacon.mit.edu comp.os.linux.announce:2071 comp.os.linux.help:29858 comp.answers:4788 news.answers:17733
  20.  
  21. Archive-name: linux/info-sheet
  22. Last-modified: 14 Mar 94
  23. Version: 3.06
  24.                              Linux Information Sheet 
  25.  
  26.                                   Version 3.06 
  27.  
  28.  
  29.         0.1 Introduction to Linux 
  30.  
  31.         Linux is a completely free reimplementation of the POSIX spec, 
  32.         with SYSV and BSD extensions (which means, it looks like unix, 
  33.         but does not come from the same source code base), which is 
  34.         available in both source code and binary form. It is copyrighted 
  35.         by Linus B. Torvalds (torvalds@kruuna.helsinki.fi) and other 
  36.         contributors and is freely redistributable under the terms of 
  37.         the GNU Public License. Linux runs only on 386/486 machines with 
  38.         an ISA or EISA bus. MCA (IBM's proprietary bus) is not currently 
  39.         supported because there is little available documentation. VLB 
  40.         and PCI local busses are both supported, although the NCR SCSI 
  41.         chip that is used in many PCI machines is not yet supported, but 
  42.         is currently in development. 
  43.  
  44.         Porting to other CPU's is likely to be difficult, as the kernel 
  45.         makes extensive use of 386 memory management and task 
  46.         primitives. However, this is becoming easier as the kernel 
  47.         becomes more general, and there is a port in progress for 
  48.         multiple Motorola 680x0 platforms, and ports are being 
  49.         considered to other platforms as well. Don't hold your breath, 
  50.         but if you are interested and able to contribute, you may find 
  51.         other developers who wish to work with you. 
  52.  
  53.         Linux is no longer considered to be in beta testing, as version 
  54.         1.0 was released on March 14, 1994. There are still bugs in the 
  55.         system, and new bugs will creep up and be fixed as time goes on. 
  56.         Because Linux follows the ``open development model'', all new 
  57.         versions will be released to the public, whether or not they are 
  58.         considered ``production quality''. 
  59.  
  60.         Linux is still free as of version 1.0, and will continue to be. 
  61.         Because of the nature of the GNU copyright which Linux is 
  62.         subject to, it would be illegal for it to be made not free. 
  63.  
  64.         If you wish to make sure that you have a stable version of 
  65.         Linux, you may get version 1.0, or may wait a few weeks from the 
  66.         release of a version which has attained the reputation of being 
  67.         stable among the bleeding edge who already use it, or may wait 
  68.         for another version which is officially released as a stable 
  69.         release, like version 1.0. 
  70.  
  71.         Most versions of Linux, beta or not, are quite stable, and you 
  72.         can keep using those if they do what you need and you don't want 
  73.         to be on the bleeding edge. One site had a computer running 
  74.         version 0.97 patchlevel 1 (dating from last summer) for over 136 
  75.         days without an error or crash. (It would have been longer if 
  76.         the backhoe operator hadn't mistaken a main power transformer 
  77.         for a dumpster...) 
  78.  
  79.         One thing to be aware of is that Linux is developed using an 
  80.         open and distributed model, instead of a closed and centralized 
  81.         model like much other software. This means that the current 
  82.         development version is always public (with up to a week or two's 
  83.         delay) so that anybody can use it. The result is that whenever a 
  84.         version with new functionality is released, it almost always 
  85.         contains bugs, but it also results in a very rapid development 
  86.         so that the bugs are found and corrected quickly, often in 
  87.         hours, as many people work to fix them. Furthermore, the bugs 
  88.         are generally discovered within hours of a kernel release, 
  89.         especially those which might endanger a user's data, so it is 
  90.         easy for an end-user to avoid these bugs. 
  91.  
  92.         In contrast, the closed and centralized model means that there 
  93.         is only one person or team working on the project, and they only 
  94.         release software that they think is working well. Often this 
  95.         leads to long intervals between releases, long waiting for bug 
  96.         fixes, and slower development. Of course, the latest release of 
  97.         such software to the public is often of higher quality, but the 
  98.         development speed is generally much slower. 
  99.  
  100.         As of March 14, 1994, the current version of Linux is 1.0! 
  101.  
  102.  
  103.         0.2 Linux Features 
  104.  
  105.  
  106.          * multitasking: several programs running at once. 
  107.  
  108.          * multiuser: several users on the same machine at once (and NO 
  109.            two-user licenses!). 
  110.  
  111.          * runs in 386 protected mode. 
  112.  
  113.          * has memory protection between processes, so that one program 
  114.            can't bring the whole system down. 
  115.  
  116.          * demand loads executables: Linux only reads from disk those 
  117.            parts of a program that are actually used. 
  118.  
  119.          * shared copy-on-write pages among executables. This means that 
  120.            multiple process can use the same memory to run in. When one 
  121.            tries to write to that memory, that page (4KB piece of 
  122.            memory) is copied somewhere else. Copy-on-write has two 
  123.            benefits: increasing speed and decreasing memory use. 
  124.  
  125.          * virtual memory using paging (not swapping whole processes) to 
  126.            disk: to a separate partition or a file in the filesystem, or 
  127.            both, with the possibility of adding more swapping areas 
  128.            during runtime (yes, they're still called swapping areas). A 
  129.            total of 16 of these 128 MB swapping areas can be used at 
  130.            once, for a theoretical total 2 GB of useable swap space. 
  131.  
  132.          * a unified memory pool for user programs and disk cache (so 
  133.            that all free memory can be used for caching, and the cache 
  134.            can be reduced when running large programs). 
  135.  
  136.          * dynamically linked shared libraries (DLL's)(static libraries 
  137.            too, of course). 
  138.  
  139.          * does core dumps for post-mortem analysis, allowing the use of 
  140.            a debugger on a program not only while it is running but also 
  141.            after it has crashed. 
  142.  
  143.          * mostly compatible with POSIX, System V, and BSD at the source 
  144.            level. 
  145.  
  146.          * all source code is available, including the whole kernel and 
  147.            all drivers, the development tools and all user programs; 
  148.            also, all of it is freely distributable. There are some 
  149.            commercial programs being provided for Linux now without 
  150.            source, but everything that has been free is still free. 
  151.  
  152.          * POSIX job control. 
  153.  
  154.          * pseudoterminals (pty's). 
  155.  
  156.          * 387-emulation in the kernel so that programs don't need to do 
  157.            their own math emulation. Every computer running Linux 
  158.            appears to have a math coprocessor. Of course, if your 
  159.            computer already contains an FPU, it will be used instead of 
  160.            the emulation, and you can even compile your own kernel with 
  161.            math emulation removed, for a small memory gain. 
  162.  
  163.          * support for many national or customized keyboards, and it is 
  164.            fairly easy to add new ones. 
  165.  
  166.          * multiple virtual consoles: several independent login sessions 
  167.            through the console, you switch by pressing a hot-key 
  168.            combination (not dependent on video hardware). 
  169.  
  170.          * Supports several common filesystems, including minix-1, 
  171.            Xenix, and all the system V filesystems, and has an advanced 
  172.            filesystem of its own, which offers filesystems of up to 4 
  173.            TB, and names up to 255 characters long. 
  174.  
  175.          * transparent access to MS-DOS partitions (or OS/2 FAT 
  176.            partitions) via a special filesystem: you don't need any 
  177.            special commands to use the MS-DOS partition, it looks just 
  178.            like a normal Unix filesystem (except for funny restrictions 
  179.            on filenames, permissions, and so on). MS-DOS 6 compressed 
  180.            partitions do not work at this time. 
  181.  
  182.          * read-only HPFS-2 support for OS/2 2.1 
  183.  
  184.          * CD-ROM filesystem which reads all standard formats of 
  185.            CD-ROMs. 
  186.  
  187.          * TCP/IP networking, including ftp, telnet, NFS, etc. 
  188.  
  189.  
  190.         0.3 Hardware Issues 
  191.  
  192.  
  193.         0.3.1 Minimal configuration 
  194.  
  195.         The following is probably the smallest possible configuration 
  196.         that Linux will work on: 386SX/16, 2 MB RAM, 1.44 MB or 1.2 MB 
  197.         floppy, any supported video card (+ keyboards, monitors, and so 
  198.         on of course). This should allow you to boot and test whether it 
  199.         works at all on the machine, but you won't be able to do 
  200.         anything useful. 
  201.  
  202.         In order to do something, you will want some hard disk space as 
  203.         well, 5 to 10 MB should suffice for a very minimal setup (with 
  204.         only the most important commands and perhaps one or two small 
  205.         applications installed, like, say, a terminal program). This is 
  206.         still very, very limited, and very uncomfortable, as it doesn't 
  207.         leave enough room to do just about anything, unless your 
  208.         applications are quite limited. It's generally not recommended 
  209.         for anything but testing if things work, and of course to be 
  210.         able to brag about small resource requirements. 
  211.  
  212.  
  213.         0.3.2 Usable configuration 
  214.  
  215.         If you are going to run computationally intensive programs, such 
  216.         as gcc, X, and TeX, you will probably want a faster processor 
  217.         than a 386SX/16, but even that should suffice if you are 
  218.         patient. 
  219.  
  220.         In practice, you need at least 4 MB of RAM if you don't use X, 
  221.         and 8 MB if you do. Also, if you want to have several users at a 
  222.         time, or run several large programs (compilations for example) 
  223.         at a time, you may want more than 4 MB of memory. It will still 
  224.         work with a smaller amount of memory (should work even with 2 
  225.         MB), but it will use virtual memory (using the hard drive as 
  226.         slow memory) and that will be so slow as to be unusable. 
  227.  
  228.         The amount of hard disk you need depends on what software you 
  229.         want to install. The normal basic set of Unix utilities, shells, 
  230.         and administrative programs should be comfortable in less than 
  231.         10 MB, with a bit of room to spare for user files. For a more 
  232.         complete system, get Slackware, MCC, TAMU, or (soon) Debian or 
  233.         Linux/PRO, and assume that you will need 60 to 200 MB, depending 
  234.         on what you choose to install and what distribution you get. Add 
  235.         whatever space you want to reserve for user files to these 
  236.         totals. With today's prices on hard drives, if you are buying a 
  237.         new system, it makes no sense to buy a drive that is too small. 
  238.         Get at least 200 MB, and you will not regret it. 
  239.  
  240.         Add more memory, more hard disk, a faster processor and other 
  241.         stuff depending on your needs, wishes and budget to go beyond 
  242.         the merely usable. In general, one big difference from DOS is 
  243.         that with Linux, adding memory makes a large difference, whereas 
  244.         with dos, extra memory doesn't make that much difference. This 
  245.         of course has something to do with DOS's 640KB limit. 
  246.  
  247.  
  248.         0.3.3 Supported hardware 
  249.  
  250.         CPU: Anything that runs 386 protected mode programs (all models 
  251.         of 386s and 486s should work; 286s don't work, and never will). 
  252.  
  253.         Architecture: ISA or EISA bus. MCA (mostly true blue PS/2's) 
  254.         does not work. Local busses (VLB and PCI) work. 
  255.  
  256.         RAM: Theoretically up to 1 GB. This has not been tested. Some 
  257.         people (including Linus) have noted that adding ram has slowed 
  258.         down their machine extremely without adding more cache at the 
  259.         same time, so if you add memory and find your machine slower, 
  260.         try adding more cache. 
  261.  
  262.         Data storage: Generic AT drives (IDE, 16 bit HD controllers with 
  263.         MFM or RLL) are supported, as are SCSI hard disks and CD-ROMs, 
  264.         with a supported SCSI adaptor. Generic XT controllers (8 bit 
  265.         controllers with MFM or RLL) are now also supported. Supported 
  266.         SCSI adaptors: Adaptec 1542, 1522, and 1740 in extended (not 
  267.         1542 compatible) mode, Seagate ST-01 and ST-02, Future Domain 
  268.         TMC-88x series (or any board based on the TMC950 chip) and 
  269.         TMC1660/1680, Ultrastor 14F, 24F and 34F, and Western Digital 
  270.         wd7000. SCSI and QIC-02 tapes are also supported. Support for 
  271.         QIC-80 tapes is now in ALPHA testing. Several CD-ROM devices are 
  272.         also supported, including Matsushita/Panasonic, Mitsumi, Sony, 
  273.         Soundblaster, Toshiba, and others. For exact models, check the 
  274.         hardware compatability HOWTO. 
  275.  
  276.         Video: VGA, EGA, CGA, or Hercules (and compatibles) work in text 
  277.         mode. For graphics and X, there is support for (at least) normal 
  278.         VGA, some super-VGA cards (most of the cards based on ET3000, 
  279.         ET4000, Paradise, and some Trident chipsets), S3 (except for 
  280.         Diamond Stealth cards, because the manufacturer won't tell how 
  281.         to program it), 8514/A, ATI MACH8, ATI MACH32, and hercules. 
  282.         (Linux uses the Xfree86 X server, so that determines what cards 
  283.         are supported.) 
  284.  
  285.         Networking: Western Digital 80x3, ne1000, ne2000, 3com503, 
  286.         3com509, Allied Telliesis AT1500 (said to be some of the 
  287.         fastest, as well as quite cheap), d-link pocket adaptors, SLIP, 
  288.         CSLIP, PLIP (Parallel Link IP), and more I have forgotten at the 
  289.         moment. 
  290.  
  291.         Other hardware: SoundBlaster, ProAudio Spectrum 16, Gravis 
  292.         Ultrasound, AST Fourport cards (with 4 serial ports), several 
  293.         models of Boca serial boards, the Usenet Serial Card II, several 
  294.         flavours of bus mice (Microsoft, Logitech, PS/2). 
  295.  
  296.  
  297.         0.4 An Incomplete List of Ported Programs and Other Software 
  298.  
  299.  
  300.         Most of the common Unix tools and programs have been ported to 
  301.         Linux, including almost all of the GNU stuff and many X clients 
  302.         from various sources. Actually, ported is often too strong a 
  303.         word, since many programs compile out of the box without 
  304.         modifications, or only small modifications, because Linux tracks 
  305.         POSIX quite closely. Unfortunately, there are not very many 
  306.         end-user applications at this time. Nevertheless, here is an 
  307.         incomplete list of software that is known to work under Linux. 
  308.  
  309.         Basic Unix commands: ls, tr, sed, awk and so on (you name it, 
  310.         we've probably got it). 
  311.  
  312.         Development tools: gcc, gdb, make, bison, flex, perl, rcs, cvs, 
  313.         gprof. 
  314.  
  315.         Graphical environments: X11R5 (Xfree86), MGR. 
  316.  
  317.         Editors: GNU Emacs, Lucid Emacs, MicroEmacs, jove, epoch, elvis 
  318.         (GNU vi), vim, vile, joe, pico, jed. 
  319.  
  320.         Shells: Bash (POSIX sh-compatible), zsh (include ksh 
  321.         compatiblity mode), pdksh, tcsh, csh, rc, ash (mostly 
  322.         sh-compatible), and many more. 
  323.  
  324.         Telecommunication: Taylor (BNU-compatible) UUCP, kermit, szrz, 
  325.         minicom, pcomm, xcomm, term/slap (runs multiple shells over one 
  326.         modem line), Seyon (popular X-windows communications program), 
  327.         and several fax (using class 2 modems) and voice-mail (using 
  328.         ZyXEL modems) packages are available. Of course, remote serial 
  329.         logins are supported. 
  330.  
  331.         News and mail: C-news, innd, trn, nn, tin, smail, elm, mh. 
  332.  
  333.         Textprocessing: TeX, groff, doc. 
  334.  
  335.         Games: Nethack, several Muds and X games, and lots of others. 
  336.         One of those games is looking through all the games available at 
  337.         tsx-11 and sunsite. 
  338.  
  339.         All of these programs (and this isn't even a hundredth of what 
  340.         is available) are freely available. 
  341.  
  342.  
  343.         0.5 Who uses Linux? 
  344.  
  345.  
  346.         Linux is freely available, and no one is required to register 
  347.         their copies with any central authority, so it is difficult to 
  348.         know how many people use Linux. Several businesses are now 
  349.         surviving solely on selling and supporting Linux, and very few 
  350.         Linux users use those businesses, relatively speaking, and the 
  351.         Linux newsgroups are some of the most heavily read on the 
  352.         internet, so the number is likely in the hundreds of thousands, 
  353.         but hard numbers are hard to come by. However, one brave soul, 
  354.         Harald T. Alvestrand, has decided to try, and asks that if you 
  355.         use Linux, you send a message to linux-counter@uninett.no with 
  356.         one of the following subjects: ``I use Linux at home'', ``I use 
  357.         Linux at work'', or ``I use Linux at home and at work''. He is 
  358.         also counting votes of ``I don't use Linux'', for some reason. 
  359.         He posts his counts to comp.os.linux.misc. 
  360.  
  361.  
  362.         0.6 Getting Linux 
  363.  
  364.  
  365.  
  366.         0.6.4 Anonymous FTP 
  367.  
  368.         New information: Matt Welsh has released a new version of hiw 
  369.         Installation and Getting Started guide. Also, the Linux 
  370.         documentation project (the LDP) has put out several other books 
  371.         in various states of completion, and these are available at 
  372.         sunsite.unc.edu:/pub/Linux/docs/LDP. Stay tuned to 
  373.         comp.os.linux.announce. 
  374.  
  375.         At least the following anonymous ftp sites carry Linux. 
  376.  
  377.  
  378.          Textual name                   Numeric address  Linux directory
  379.          =============================  ===============  ===============
  380.          tsx-11.mit.edu                 18.172.1.2       /pub/linux
  381.          sunsite.unc.edu                152.2.22.81      /pub/Linux
  382.          ftp.funet.fi                   128.214.248.6    /pub/OS/Linux
  383.          net.tamu.edu                   128.194.177.1    /pub/linux
  384.          ftp.mcc.ac.uk                  130.88.203.12    /pub/linux
  385.          src.doc.ic.ac.uk               146.169.2.1      /packages/linux
  386.          fgb1.fgb.mw.tu-muenchen.de     129.187.200.1    /pub/linux
  387.          ftp.informatik.tu-muenchen.de  131.159.0.110    /pub/Linux
  388.          ftp.dfv.rwth-aachen.de         137.226.4.111    /pub/linux
  389.          ftp.informatik.rwth-aachen.de  137.226.112.172  /pub/Linux
  390.          ftp.ibp.fr                     132.227.60.2     /pub/linux
  391.          kirk.bond.edu.au               131.244.1.1      /pub/OS/Linux
  392.          ftp.uu.net                     137.39.1.9       /systems/unix/linux
  393.          wuarchive.wustl.edu            128.252.135.4    mirrors/linux
  394.          ftp.win.tue.nl                 131.155.70.100   /pub/linux
  395.          ftp.stack.urc.tue.nl           131.155.2.71     /pub/linux
  396.          srawgw.sra.co.jp                                /Linux
  397.          cair.kaist.ac.kr                                /pub/Linux
  398.          ftp.denet.dk                   129.142.6.74     /pub/OS/linux
  399.          NCTUCCCA.edu.tw                140.111.1.10     /Operating-Systems/Linux
  400.          nic.switch.ch                  130.59.1.40      /mirror/linux/sunsite
  401.          monu1.ccmonash.edu.au          130.194.1.101    /pub/linux
  402.          cnuce_arch.cnr.it              131.114.1.10     /pub/Linux
  403.  
  404.  
  405.  
  406.         tsx-11.mit.edu and fgb1.fgb.mw.tu-muenchen.de are the official 
  407.         sites for Linux' GCC. Some sites mirror other sites. Please use 
  408.         the site closest (network-wise) to you whenever possible. 
  409.  
  410.         At least SunSite.unc.edu and ftp.informatik.tu-muenchen.de offer 
  411.         ftpmail services. Mail ftpmail@sunsite.unc.edu or 
  412.         ftp@informatik.tu-muenchen.de for help. 
  413.  
  414.         If you are lost, try looking at 
  415.         SunSite.unc.edu:/pub/Linux/distributions/, where several 
  416.         distributions are offered. 
  417.  
  418.  
  419.         0.6.5 Other methods of obtaining Linux 
  420.  
  421.         There are many BBS's that have Linux files. A list of them is 
  422.         occasionally posted to comp.os.linux.announce. Ask friends and 
  423.         user groups, or order one of the commmercial distributions. A 
  424.         list of these is contained in the Linux distribution HOWTO, 
  425.         available as 
  426.         sunsite.unc.edu:/pub/Linux/docs/HOWTO/distribution-HOWTO, and 
  427.         posted regularily to the comp.os.linux.announce newsgroup. 
  428.  
  429.  
  430.         0.6.6 Getting started 
  431.  
  432.         As mentioned at the beginning, Linux is not centrally 
  433.         administered. Because of this, there is no ``official'' release 
  434.         that one could point at, and say ``That's Linux.'' Instead, 
  435.         there are various ``distributions,'' which are more or less 
  436.         complete collections of software configured and packaged so that 
  437.         they can be used to install a Linux system. 
  438.  
  439.         The first thing you should do is to get and read the list of 
  440.         Frequently Asked Questions (FAQ) from one of the FTP sites, or 
  441.         by using the normal Usenet FAQ archives (e.g. rtfm.mit.edu). 
  442.         This document has plenty of instructions on what to do to get 
  443.         started, what files you need, and how to solve most of the 
  444.         common problems (during installation or otherwise). 
  445.  
  446.  
  447.         0.7 Legal Status of Linux 
  448.  
  449.  
  450.         Although Linux is supplied with the complete source code, it is 
  451.         copyrighted software, not public domain. However, it is 
  452.         available for free under the GNU Public License. See the GPL for 
  453.         more information. The programs that run under Linux each have 
  454.         their own copyright, although many of them use the GPL as well. 
  455.         X uses the MIT X copyright, and some utilities are under the BSD 
  456.         copyright. In any case, all of the software on the FTP site is 
  457.         freely distributable (or else it shouldn't be there). 
  458.  
  459.  
  460.         0.8 News About Linux 
  461.  
  462.  
  463.         A new magazine called Linux Journal was recently launched. It 
  464.         includes articles intended for almost all skill levels, and is 
  465.         intended to be helpful to all Linux users. Subscriptions are 19 
  466.         USD worldwide. Subscription inquiries can be sent via email to 
  467.         linux@fylz.com or faxed to (U.S.) 1-203-454-2582 or mailed to 
  468.         Linux Journal, P.O. Box 3364, Westport, CT 06880-8364 USA. 
  469.         Please do not send credit card numbers via email; the internet 
  470.         is not secure, and it is entirely possible that a 
  471.         technologically adept thief may steal your credit card number 
  472.         and cost you a large sum of money if you do. 
  473.  
  474.  
  475.  
  476.         There are several Usenet newsgroups for Linux discussion, and 
  477.         also several mailing lists. See the Linux FAQ for more 
  478.         information about the mailing lists (you should be able to find 
  479.         the FAQ either in the newsgroup or on the FTP sites). 
  480.  
  481.         The newsgroup comp.os.linux.announce is a moderated newsgroup 
  482.         for announcements about Linux (new programs, bug fixes, etc). 
  483.  
  484.         The newsgroup comp.os.linux.admin is an unmoderated newsgroup 
  485.         for discussion of administration of Linux systems. 
  486.  
  487.         The newsgroup comp.os.linux.development is an unmoderated 
  488.         newsgroup specifically for discussion of Linux kernel 
  489.         development. The only application development questions that 
  490.         should be discussed here are those that are intimately 
  491.         associated with the kernel. All other development questions are 
  492.         probably generic UNIX development questions and should be 
  493.         directed to a comp.unix group instead. 
  494.  
  495.         The newsgroup comp.os.linux.help is an unmoderated newsgroup for 
  496.         any Linux questions that don't belong anywhere else. 
  497.  
  498.         The newsgroup comp.os.linux.misc is the replacement for 
  499.         comp.os.linux, and is meant for any discussion that doesn't 
  500.         belong elsewhere. 
  501.  
  502.         In general, do not crosspost between the Linux newsgroups. The 
  503.         only crossposting that is appropriate is an occasional posting 
  504.         between one unmoderated group and comp.os.linux.announce. The 
  505.         whole point of splitting comp.os.linux into many groups is to 
  506.         reduce traffic in each. Those that do not follow this rule will 
  507.         be flamed without mercy... 
  508.  
  509.         For the current status of the Linux kernel and a summary of the 
  510.         most recent versions, finger torvalds@kruuna.helsinki.fi 
  511.  
  512.  
  513.         0.9 The Future 
  514.  
  515.  
  516.         Now that Linux 1.0 has been released, work is already in 
  517.         progress on several enhancements. Disk access speedups, TTY 
  518.         improvements, and many more things are being worked on. Linux 
  519.         1.0 is not the end of Linux, or is it even very important; it is 
  520.         mostly intended to provide a stable version that people can use 
  521.         without being afraid that they are using beta software, and that 
  522.         can be standardized on to some extent. 
  523.  
  524.         There is plenty of code left to write, and even more 
  525.         documentation. Please join the DOC channel of the mailing list 
  526.         if you would like to contribute to the documentation. 
  527.  
  528.  
  529.         0.10 This document 
  530.  
  531.  
  532.         This document is maintained by Michael K. Johnson, 
  533.         johnsonm@Sunsite.unc.edu. Please mail me with any comments, no 
  534.         matter how small. I can't do a good job of maintaining this 
  535.         document without your help. A more-or-less current copy of this 
  536.         document can always be found as 
  537.         tsx-11.mit.edu:/pub/linux/docs/INFO-SHEET, and a DVI version can 
  538.         be found as INFO-SHEET.dvi, in the same directory. 
  539.  
  540.  
  541.         0.11 Legalese 
  542.  
  543.  
  544.         Trademarks are owned by their owners. There is no warranty about 
  545.         the information in this document. Use and distribute at your own 
  546.         risk. The content of this document is in the public domain, but 
  547.         please be polite and attribute any quotes. 
  548.